Skip to main content

BaseELogOperator

Type

operator

Summary

Natural log operator.

Syntax

ln(<Operand>)

Description

Natural log operator.

Parameters

NameTypeDescription

Operand

An expression that evaluates to a number.

Examples

variable tVar as Number
put ln(exp(3)) into tVar -- tVar contains approximately 3
Thank you for your feedback!

Was this page helpful?